home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7830 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  988 b 

  1. Path: pubxfer.news.psi.net!usenet
  2. From: bweiss@somehost.somedomain (Bill Weiss)
  3. Newsgroups: comp.lang.c++
  4. Subject: Creating Flat Thunks with Borland C++ 4.5
  5. Date: 19 Feb 1996 17:07:20 GMT
  6. Organization: ASSET InterTech, Inc.
  7. Message-ID: <4gaao8$jvs@client1.news.psi.net>
  8. NNTP-Posting-Host: host48.asset-intertech.com
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.7
  12.  
  13. I am having major trouble creating and using flat thunks under Win95 using the 
  14. Borland C++ 4.5 environment. The 16-bit side of the thunk went OK. But when 
  15. building the 32-bit side I encountered TLINK choking on the thunk32.lib found 
  16. in the Win32 SDK. I then used implib on the KERNEL32.DLL to generate my own 
  17. thunk32.lib and TLINK liked it. However, in executing the thunk the 
  18. ThunkConnect32 function failed to create the thunk. After man days of head 
  19. banging I can not find the problem. A point in any direction to resolve this 
  20. problem would be great.
  21.  
  22. Thanks,
  23.   Bill Weiss
  24.  
  25.